type vendor/golang.org/x/text/unicode/norm.sparseBlocks

4 uses

	vendor/golang.org/x/text/unicode/norm (current package)
		trie.go#L12: type sparseBlocks struct {
		trie.go#L17: var nfcSparse = sparseBlocks{
		trie.go#L22: var nfkcSparse = sparseBlocks{
		trie.go#L36: func (t *sparseBlocks) lookup(n uint32, b byte) uint16 {